home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / dev / lang / Python152_Src.lha / Python152_Source / Modules / protos / regexpr.h < prev    next >
Text File  |  1999-04-25  |  443b  |  6 lines

  1. static int hex_char_to_decimal ( int ch );
  2. static void re_compile_fastmap_aux ( unsigned char *code , int pos , unsigned char *visited , unsigned char *can_be_null , unsigned char *fastmap );
  3. static int re_do_compile_fastmap ( unsigned char *buffer , int used , int pos , unsigned char *can_be_null , unsigned char *fastmap );
  4. static int re_optimize_star_jump ( regexp_t bufp , unsigned char *code );
  5. static int re_optimize ( regexp_t bufp );
  6.